home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 71
/
MOBICLIC 71.ISO
/
mac
/
DATA
/
COMMUN
/
temp0001
/
00281_Script_BOUCLE ATTENTE FIN MARQUEUR SON
< prev
next >
Wrap
Text File
|
2004-12-05
|
485b
|
16 lines
property pNopisteSon, pmarker
------------------
on getPropertyDescriptionList me
return [#pNopisteSon:[#comment: "n0 de la piste son:",#format: #integer, #default: 2 ], \
#pmarker:[#comment: "label:",#format: #string, #default: "Marque "]]
end getPropertyDescriptionList
----------------------------------
on exitFrame me
u = not(sound(pNopisteSon).isPastCuePoint(pmarker))
v =soundBusy(pNopisteSon)
if u and v then
go the frame
end if
end
--------